type context.emptyCtx
9 uses
context (current package)
context.go#L171: type emptyCtx int
context.go#L173: func (*emptyCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L177: func (*emptyCtx) Done() <-chan struct{} {
context.go#L181: func (*emptyCtx) Err() error {
context.go#L185: func (*emptyCtx) Value(key any) any {
context.go#L189: func (e *emptyCtx) String() string {
context.go#L200: background = new(emptyCtx)
context.go#L201: todo = new(emptyCtx)
context.go#L587: case *emptyCtx:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)